home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / vgadim.arc / VGADIM.DOC < prev    next >
Text File  |  1990-10-19  |  8KB  |  199 lines

  1.  
  2.                             VgaDim/2 v1.03
  3.  
  4. ------------------------- COPYRIGHT NOTICE ------------------------------
  5.  
  6.              Copyright  (c) by: Expert Systems Corp., 1988.
  7.              All rights reserved.  This program may not be
  8.              sold, copied,  duplicated, or altered without
  9.              prior written approval of Expert Systems Corp.
  10.  
  11. ----------------------------  LICENSING  --------------------------------
  12.  
  13.             VgaDim/2  is a shareware program,  meaning that
  14.             it is licensed only for a private,  non-profit
  15.             use.  Any commercial use or re-selling of this
  16.             program constitutes a violation of  applicable
  17.             copyright laws and will be prosecuted as such.
  18.  
  19.             You can freely distribute VgaDim/2,   provided
  20.             that ALL of the following conditions are met:
  21.              1. This notice text accompanies the program,
  22.              2. The program is not altered in any way,
  23.              3. Absolutely no fee is charged for VgaDim/2,
  24.              4. Program will not be used in any for-profit
  25.                 activity (commerce or business).
  26.  
  27.  
  28.             For commercial licences, please call or write:
  29.  
  30.                         phone: (312) 944-3510
  31.  
  32.                          Expert Systems Corp.
  33.                       441 E. Erie St., Suite 2612
  34.                           Chicago, IL 60611
  35.  
  36. ---------------------------  DESCRIPTION  ------------------------------
  37.  
  38.          1. Introduction.
  39.  
  40.             VgaDim/2 blanks the screen at a preset interval
  41.             after the keyboard or mouse use. This prolonges
  42.             PC monitor life and conserves electrical energy.
  43.             To restore the screen,  simply touch any key or
  44.             left mouse button. Since this keystroke will be
  45.             passed to a currently active program,  pressing
  46.             a non-echo key, such as Ctrl, Alt, Shift, etc..
  47.             is generally safer than pressing letter keys.
  48.  
  49.          2. Dim-switch.
  50.  
  51.             The screen can also be blanked immediately upon
  52.             pressing the dim-switch key combination (default
  53.             Ctrl+Scroll Lock).  Once the dim-switch is used,
  54.             only the same keys (i.e. Ctrl+Scroll Lock) will
  55.             restore the screen. The dim-switch keys can be
  56.             changed and set to any combination of two or
  57.             more keys (see parameters /C and /K below).
  58.  
  59.          3. Speaker silencing.
  60.  
  61.             VgaDim/2  also silences  the PC or PS/2  speaker,
  62.             turning annoying BeeeeeeeeePs into short chirps.
  63.             Since all the features  can be switched  on and
  64.             off,  you can set VgaDim/2 to do only  silencing.
  65.  
  66. ---------------------------  REQUIREMENTS  -----------------------------
  67.  
  68.          1. Memory requirements.
  69.  
  70.             VgaDim/2  is a terminate-and-stay-resident (TSR)
  71.             program that remains in the memory, until it is
  72.             explicitly removed (or computer is turned off.)
  73.             VgaDim/2  occupies only 704 bytes of the memory
  74.             (0.7 KB) and can be removed from memory anytime.
  75.  
  76.          2. Monitors/video modes supported.
  77.  
  78.             The blanking works regardless of the video mode,
  79.             and does not cause loss of data since no saving,
  80.             changing or restoring of screen buffers is done.
  81.             While it is tested only with IBM VGA monitors,
  82.             it should work with any VGA compatible monitor.
  83.  
  84.          3. Coexistence/removal.
  85.  
  86.             VgaDim/2 will coexist with  any properly written
  87.             TSR program that passes control to old vectors.
  88.             It can be removed from the memory provided that
  89.             no other TSR program loaded  after  VgaDim/2  is
  90.             still using same interrupt vectors (08 and 09).
  91.  
  92.          4. NOTE FOR MS-WINDOWS USERS:
  93.  
  94.             VgaDim/2 does not support MS-Windows and should
  95.             be removed from memory prior to starting any
  96.             Windows application.
  97.             To accomplish this, edit the batch file used
  98.             to start MS Windows or a Windows application:
  99.             1) insert as the first line:
  100.                 'VGADIM /U'
  101.             2) insert as the last line:
  102.                 'VGADIM'
  103.             This will remove VgaDim/2 from memory and reload
  104.             it upon the completion of a Windows application.
  105.  
  106. ----------------------------  OPERATION  --------------------------------
  107.  
  108.          1. Starting VgaDim/2:
  109.  
  110.             To start VgaDim/2, simply enter 'VGADIM' on
  111.             the command line or in your AUTOEXEC.BAT.
  112.             You can optionally change default parameters
  113.             (see Parameters section below).
  114.  
  115.          2. Stopping VgaDim/2:
  116.  
  117.             To stop (uninstall) VgaDim/2, enter 'VGADIM /U'.
  118.  
  119.          3. In case of problems.
  120.  
  121.             In case you cannot unload VgaDim/2,   or it does
  122.             not work properly,  simply load  VgaDim/2  last.
  123.             VgaDim/2  parameters can be changed at any time,
  124.             regardless of any other TSR programs active.
  125.  
  126.             VgaDim/2  is tested on IBM PS/2 mod. 70 and 80,
  127.             with OS/2 1.0 - 1.2, DOS 3.3 - 4.01, Sidekick,
  128.             Ventura, Pacman, and many other programs.
  129.             However, if you experience a problem or have a
  130.             suggestion for improvements, please call:
  131.  
  132.             Leo E. Ramic, phone (312) 944-3510, 9-5pm CST.
  133.  
  134.  
  135. ----------------------------  PARAMETERS  -------------------------------
  136.  
  137.       Command line switches/parameters (can be changed anytime):
  138.  
  139.       /B[+|-] /C[m] /D[+|-] /H /K[s] /M[+|-] /Q /S[+|-] /T[n] /U
  140.  
  141.       Syntax:  A slash must precede a switch,  with at least one
  142.                blank space between switches. No space is allowed
  143.                between a switch and its parameter value.
  144.  
  145.       Params:  + means 'Yes', 'On', - (minus) means 'No', 'Off'.
  146.  
  147.     +-------------------------------------------------------------+
  148.       Switch   Explanation                              Default
  149.     +-------------------------------------------------------------+
  150.  
  151.       /B[+|-]  Silence the speaker (short beep)            /B+
  152.  
  153.       /C[m]    Set control key bit-mask to 'm'.            /C4
  154.                Refer to the Operation Manual (available    =Ctrl key
  155.                to registered users) for details on how
  156.                to set the control key to another key.
  157.  
  158.       /D[+|-]  Dim the screen after interval /T since      /B+
  159.                last keyboard or mouse action; or when
  160.                the dim-switch keys are pressed. NOTE:
  161.                /D- turns blanking off and leaves only
  162.                the speaker silencing feature active.
  163.  
  164.       /H       Show help screen only (no execution)
  165.  
  166.       /K[s]    Set dim-switch key to scan code 's'.        /K70
  167.                Refer to the Operation Manual (available    =ScrollLock
  168.                to registered users) for details on how
  169.                to set the dim-switch key to another key.
  170.  
  171.       /M[+|-]  Scan if left mouse button pressed           /M+
  172.  
  173.       /Q       Inquire about current working parameters
  174.  
  175.       /T[n]    Set interval to n seconds (n is limited     /T180
  176.                to minimum 3 and maximum 3600 sec.)
  177.  
  178.       /U       Unload (stop and remove from memory)
  179.  
  180.  
  181. -------------------------  THANK YOU NOTE  ------------------------------
  182.  
  183.             If you find  VgaDim/2  valuable to you, express
  184.             your gratitude via a $ 15.00 check payable to:
  185.  
  186.                          Expert Systems Corp.
  187.                       441 E. Erie St., Suite 2612
  188.                           Chicago, IL 60611
  189.  
  190.             This will entitle you to the documentation and
  191.             future updates and enhancements.
  192.  
  193.             The source code for this example of a properly
  194.             written TSR program utilizing timer, keyboard,
  195.             mouse and speaker interrupts is also available
  196.             for $ 50.00.
  197.  
  198. -------------------------------------------------------------------------
  199.